GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-23T10:07:50.958377+00:00",
"SubmitDate": "2026-04-23T10:07:50.958377+00:00",
"ReportPeriodStart": "2026-04-23T10:07:50.958377+00:00",
"ReportPeriodEnd": "2026-04-23T10:07:50.958377+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b441f6e9-49b9-4be4-92ea-186a2c6e80ad",
"Rows": [
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b441f6e9-49b9-4be4-92ea-186a2c6e80ad",
"Rows": [
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e1658c4d-7500-481a-9ec5-95e7a092ad62",
"bd2ed73e-70be-4fc6-8782-f680225cc2da"
],
"Approvers": [
"4020a46e-3c06-4927-a647-803d5e197e9b",
"8cc4b2f8-2ace-4da9-9669-891f3a89c1e4"
],
"ApprovedBy": "3de05d51-61a0-49be-b5a5-e198118833b7",
"ApprovalDate": "2026-04-23T10:07:50.958377+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0b1b7cba-d818-4bcf-9218-1ba8228e646e",
"id": "8f0d5921-f648-4859-8925-912e80a2f791",
"ConfigId": "5a503d61-6f94-4312-a4e3-6a9f01fdbfa4"
},
{
"GenerationDate": "2026-04-23T10:07:50.958377+00:00",
"SubmitDate": "2026-04-23T10:07:50.958377+00:00",
"ReportPeriodStart": "2026-04-23T10:07:50.958377+00:00",
"ReportPeriodEnd": "2026-04-23T10:07:50.958377+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b441f6e9-49b9-4be4-92ea-186a2c6e80ad",
"Rows": [
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b441f6e9-49b9-4be4-92ea-186a2c6e80ad",
"Rows": [
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53aae388-6172-4a4d-b767-7d9116866740",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e1658c4d-7500-481a-9ec5-95e7a092ad62",
"bd2ed73e-70be-4fc6-8782-f680225cc2da"
],
"Approvers": [
"4020a46e-3c06-4927-a647-803d5e197e9b",
"8cc4b2f8-2ace-4da9-9669-891f3a89c1e4"
],
"ApprovedBy": "3de05d51-61a0-49be-b5a5-e198118833b7",
"ApprovalDate": "2026-04-23T10:07:50.958377+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0b1b7cba-d818-4bcf-9218-1ba8228e646e",
"id": "8f0d5921-f648-4859-8925-912e80a2f791",
"ConfigId": "5a503d61-6f94-4312-a4e3-6a9f01fdbfa4"
}
]